{% load news_tags %}
{% get_list_categories as categories %} {% for item in categories %} {{ item.title }} {% endfor %}

{% show_categories arg2='User' arg1='Hi' %}